Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi arch docker support #121

Merged
merged 2 commits into from
Feb 3, 2021
Merged

Conversation

ilveroluca
Copy link
Contributor

Adds a Makefile target to build images for amd64 and ARMv7 using docker buildx. I'm using this to generate an image usable on a Raspberry Pi 3.

The PR also sets file permissions in the docker image so that the container can be executed with any uid -- important so that we can access mounted host volumes with appropriate uid/gid.

This is important when mounting user volumes onto the container, so that
the generated output will be owned by the appropriate user id..
@ysde ysde merged commit 65ec524 into ysde:master Feb 3, 2021
@ysde
Copy link
Owner

ysde commented Feb 3, 2021

Hi @ilveroluca

Thanks for improving this!

@ilveroluca ilveroluca deleted the feature/multi-arch-docker branch February 3, 2021 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants